DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabelCollection Class / Remove Method / Remove(IEnumerable<DicomLabel>) Method
Items to remove






In This Topic
    Remove(IEnumerable<DicomLabel>) Method
    In This Topic
    Remove a list of DicomLabel objects
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal Items As System.Collections.Generic.IEnumerable(Of DicomLabel) _
    ) 
    'Usage
     
    
    Dim instance As DicomLabelCollection
    Dim Items As System.Collections.Generic.IEnumerable(Of DicomLabel)
     
    instance.Remove(Items)
    public void Remove( 
       System.Collections.Generic.IEnumerable<DicomLabel> Items
    )
    public procedure Remove( 
        Items: System.Collections.Generic.IEnumerable
    ); 
    public function Remove( 
       Items : System.Collections.Generic.IEnumerable
    );
    public: void Remove( 
       System.Collections.Generic.IEnumerable<DicomLabel*>* Items
    ) 
    public:
    void Remove( 
       System.Collections.Generic.IEnumerable<DicomLabel^>^ Items
    ) 

    Parameters

    Items
    Items to remove
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also